Trigger Type
To select the type of the trigger.
TABLE
To define the trigger on the selected table.VIEW
To define the trigger on the selected view.SCHEMA
To define the trigger on the selected schema.DATABASE
To define the trigger on the entire database.
Enabled
An enabled trigger runs its trigger action if a triggering statement is issued and the trigger restriction (if any) evaluates to true.